ITO-444: Implement Ito Words Tracker#451
Conversation
|
Resolves #444 |
WalkthroughThis change introduces a new centralized utility module Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
🧰 Additional context used📓 Path-based instructions (11)**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{js,jsx,ts,tsx}📄 CodeRabbit inference engine (.cursor/rules/always.mdc)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (.cursor/rules/code-conventions.mdc)
Files:
server/**/*.{ts,js}📄 CodeRabbit inference engine (AGENTS.md)
Files:
{app,lib,server}/**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
{app,lib,server}/**/*.{ts,tsx,js}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.tsx📄 CodeRabbit inference engine (.cursor/rules/react.mdc)
Files:
app/**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
{app,lib}/**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
{app,lib}/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
app/**/*.{tsx,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-11-24T21:51:44.018ZApplied to files:
🧬 Code graph analysis (2)app/components/home/SubscriptionStatusWidget.tsx (3)
app/components/home/contents/HomeContent.tsx (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (9)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Comment |
This uses client side data, which is unreliable. This is probably fine to do as is, but when we start enforcing a premium option, we will need accurate data. I have filed #448 , #449, and #450 as the series of issues necessary to get the words tracker to where we want it